object LoginForm: TLoginForm Left = 393 Top = 157 BorderStyle = bsDialog Caption = 'Login' ClientHeight = 229 ClientWidth = 284 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow TextHeight = 16 object bvlFrame: TBevel Left = 10 Top = 69 Width = 267 Height = 100 Shape = bsFrame Style = bsRaised end object AliasLabel: TLabel Left = 26 Top = 28 Width = 40 Height = 16 Caption = 'Alias:' end object UserLabel: TLabel Left = 26 Top = 84 Width = 57 Height = 16 Caption = 'User ID:' end object PasswordLabel: TLabel Left = 26 Top = 124 Width = 73 Height = 16 Caption = 'Password:' end object PasswordEdit: TEdit Left = 118 Top = 124 Width = 148 Height = 26 Hint = 'Passwort eingeben' PasswordChar = '*' TabOrder = 2 end object OKButton: TBitBtn Left = 42 Top = 181 Width = 96 Height = 33 Hint = 'Verbindung aufbauen' Caption = 'OK' ModalResult = 1 TabOrder = 3 Glyph.Data = { BE060000424DBE06000000000000360400002800000024000000120000000100 0800000000008802000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8 A400000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303 0303030303030303030303030303030303030303030303030303030303030303 03030303030303030303030303030303030303030303FF030303030303030303 03030303030303040403030303030303030303030303030303F8F8FF03030303 03030303030303030303040202040303030303030303030303030303F80303F8 FF030303030303030303030303040202020204030303030303030303030303F8 03030303F8FF0303030303030303030304020202020202040303030303030303 0303F8030303030303F8FF030303030303030304020202FA0202020204030303 0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202 040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303 03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303 FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303 0303030303030303030303FA0202020403030303030303030303030303F8FF03 03F8FF03030303030303030303030303FA020202040303030303030303030303 0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303 03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403 030303030303030303030303F8FF0303F8FF03030303030303030303030303FA 0202040303030303030303030303030303F8FF03F8FF03030303030303030303 03030303FA0202030303030303030303030303030303F8FFF803030303030303 030303030303030303FA0303030303030303030303030303030303F803030303 0303030303030303030303030303030303030303030303030303030303030303 0303} Margin = 2 NumGlyphs = 2 Spacing = -1 end object CancelButton: TBitBtn Left = 156 Top = 181 Width = 95 Height = 33 Hint = 'Verbindungsaufbau unterbinden' TabOrder = 4 Kind = bkCancel Margin = 2 Spacing = -1 end object UserEdit: TEdit Left = 118 Top = 84 Width = 149 Height = 24 Hint = 'Anwendernamen eingeben' TabOrder = 1 end object AliasCombo: TComboBox Left = 118 Top = 30 Width = 149 Height = 24 ItemHeight = 16 TabOrder = 0 end end